BRAINIAC.H and BBE.LIB contain Brainiac classes definitions /function prototypes
and must be included in your project when using Brainiac BE. Bear in mind that
you must use proper DLL - the one in run directory is for C++Builder!

BETEST.DEF and CHARACTERCLASS.H contain definitions for Character entity used in Brainiac
Debugger module (in case you want to run your own action handlers in Debugger,
it is highly recommended to use 'extern "C"' in your functions, if you don't
use C++Builder; they also must use BBECALL calling convention, which is
currently __stdcall).
